Add a configure script
authorAlex Crichton <alex@alexcrichton.com>
Mon, 28 Jul 2014 15:01:54 +0000 (08:01 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 29 Jul 2014 01:07:09 +0000 (18:07 -0700)
commit442418b283913d2389d3a7476970c4aeaa2c7ca3
tree039f6acab4cbb32e84e294f8b9017c35d9d8ec89
parent53059f4e3bbd7b9f1e02c7c8ff036d07988feda3
Add a configure script

This configure script is similar to rust's in that it doesn't require anything
like autotools, it's just a meta-script to "generate" a makefile and perform
run-of-the-mill validation/discovery before the Makefile is run.

The main purpose of this rewrite is to support multi-target and targeted builds.
This will allow us to produce 32-bit snapshots for platforms as well as easily
providing `./configure --target $foo` for initialization.

cc #274
.gitignore
Makefile [deleted file]
Makefile.in [new file with mode: 0644]
configure [new file with mode: 0755]
src/bin/cargo-version.rs
src/snapshots.txt